SQL Add Column on existed Table


USE [DataBase]
GO
ALTER TABLE [TableName] ADD [ColumnName] [Type] [NOT NULL]
GO

#SQL,sql






你可能感興趣的文章

[Day 07]: Dockerfile 初探

[Day 07]: Dockerfile 初探

字串小幫手 on linux

字串小幫手 on linux

DAY26:Two to One

DAY26:Two to One






留言討論